projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
517f42a
)
(w32_load_system_font): Don't disable Cleartype.
author
Jason Rumney
<jasonr@gnu.org>
Sat, 16 Nov 2002 01:18:17 +0000
(
01:18
+0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sat, 16 Nov 2002 01:18:17 +0000
(
01:18
+0000)
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/w32fns.c
b/src/w32fns.c
index 6be0521dc24bacc726df92a9eadc70858b9e9ebb..e0925869d896f617ed1c06649ecc6327906fc1f3 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-5893,9
+5893,7
@@
w32_load_system_font (f,fontname,size)
ended up with. */
return NULL;
- /* Specify anti-aliasing to prevent Cleartype fonts being used,
- since those fonts leave garbage behind. */
- lf.lfQuality = ANTIALIASED_QUALITY;
+ lf.lfQuality = DEFAULT_QUALITY;
font = (XFontStruct *) xmalloc (sizeof (XFontStruct));
bzero (font, sizeof (*font));